Uses of Enum
software.amazon.awssdk.services.outposts.model.AWSServiceName
Packages that use AWSServiceName
-
Uses of AWSServiceName in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return AWSServiceNameModifier and TypeMethodDescriptionfinal AWSServiceNameAssetInstance.awsServiceName()The Amazon Web Services service name of the instance.final AWSServiceNameBlockingInstance.awsServiceName()The Amazon Web Services service name that owns the specified blocking instance.static AWSServiceNameUse this in place of valueOf to convert the raw string returned by the service into the enum value.static AWSServiceNameReturns the enum constant of this type with the specified name.static AWSServiceName[]AWSServiceName.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 AWSServiceNameModifier and TypeMethodDescriptionfinal List<AWSServiceName>ListAssetInstancesRequest.awsServiceFilter()Filters the results by Amazon Web Services service.static Set<AWSServiceName>AWSServiceName.knownValues()final List<AWSServiceName>InstancesToExclude.services()Names of the services that own each instance that must not be stopped in order to free up the capacity needed to run the capacity task.Methods in software.amazon.awssdk.services.outposts.model with parameters of type AWSServiceNameModifier and TypeMethodDescriptionListAssetInstancesRequest.Builder.awsServiceFilter(AWSServiceName... awsServiceFilter) Filters the results by Amazon Web Services service.AssetInstance.Builder.awsServiceName(AWSServiceName awsServiceName) The Amazon Web Services service name of the instance.BlockingInstance.Builder.awsServiceName(AWSServiceName awsServiceName) The Amazon Web Services service name that owns the specified blocking instance.InstancesToExclude.Builder.services(AWSServiceName... services) Names of the services that own each instance that must not be stopped in order to free up the capacity needed to run the capacity task.Method parameters in software.amazon.awssdk.services.outposts.model with type arguments of type AWSServiceNameModifier and TypeMethodDescriptionListAssetInstancesRequest.Builder.awsServiceFilter(Collection<AWSServiceName> awsServiceFilter) Filters the results by Amazon Web Services service.InstancesToExclude.Builder.services(Collection<AWSServiceName> services) Names of the services that own each instance that must not be stopped in order to free up the capacity needed to run the capacity task.