Uses of Class
software.amazon.awssdk.services.outposts.model.BlockingResourceType
-
Packages that use BlockingResourceType Package Description software.amazon.awssdk.services.outposts.model -
-
Uses of BlockingResourceType in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return BlockingResourceType Modifier and Type Method Description static BlockingResourceTypeBlockingResourceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static BlockingResourceTypeBlockingResourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static BlockingResourceType[]BlockingResourceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type BlockingResourceType Modifier and Type Method Description List<BlockingResourceType>StartOutpostDecommissionResponse. blockingResourceTypes()The resources still associated with the Outpost that you are decommissioning.static Set<BlockingResourceType>BlockingResourceType. knownValues()Methods in software.amazon.awssdk.services.outposts.model with parameters of type BlockingResourceType Modifier and Type Method Description StartOutpostDecommissionResponse.BuilderStartOutpostDecommissionResponse.Builder. blockingResourceTypes(BlockingResourceType... blockingResourceTypes)The resources still associated with the Outpost that you are decommissioning.Method parameters in software.amazon.awssdk.services.outposts.model with type arguments of type BlockingResourceType Modifier and Type Method Description StartOutpostDecommissionResponse.BuilderStartOutpostDecommissionResponse.Builder. blockingResourceTypes(Collection<BlockingResourceType> blockingResourceTypes)The resources still associated with the Outpost that you are decommissioning.
-