Uses of Class
software.amazon.awssdk.services.outposts.model.AWSServiceName
-
Packages that use AWSServiceName Package Description software.amazon.awssdk.services.outposts.model -
-
Uses of AWSServiceName in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return AWSServiceName Modifier and Type Method Description AWSServiceNameAssetInstance. awsServiceName()The Amazon Web Services service name of the instance.AWSServiceNameBlockingInstance. awsServiceName()The Amazon Web Services service name that owns the specified blocking instance.static AWSServiceNameAWSServiceName. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AWSServiceNameAWSServiceName. valueOf(String name)Returns 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 AWSServiceName Modifier and Type Method Description List<AWSServiceName>ListAssetInstancesRequest. awsServiceFilter()Filters the results by Amazon Web Services service.static Set<AWSServiceName>AWSServiceName. knownValues()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 AWSServiceName Modifier and Type Method Description ListAssetInstancesRequest.BuilderListAssetInstancesRequest.Builder. awsServiceFilter(AWSServiceName... awsServiceFilter)Filters the results by Amazon Web Services service.AssetInstance.BuilderAssetInstance.Builder. awsServiceName(AWSServiceName awsServiceName)The Amazon Web Services service name of the instance.BlockingInstance.BuilderBlockingInstance.Builder. awsServiceName(AWSServiceName awsServiceName)The Amazon Web Services service name that owns the specified blocking instance.InstancesToExclude.BuilderInstancesToExclude.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 AWSServiceName Modifier and Type Method Description ListAssetInstancesRequest.BuilderListAssetInstancesRequest.Builder. awsServiceFilter(Collection<AWSServiceName> awsServiceFilter)Filters the results by Amazon Web Services service.InstancesToExclude.BuilderInstancesToExclude.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.
-