Uses of Class
software.amazon.awssdk.services.ssm.model.Activation
-
Packages that use Activation Package Description software.amazon.awssdk.services.ssm.model software.amazon.awssdk.services.ssm.paginators -
-
Uses of Activation in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type Activation Modifier and Type Method Description List<Activation>DescribeActivationsResponse. activationList()A list of activations for your Amazon Web Services account.Methods in software.amazon.awssdk.services.ssm.model with parameters of type Activation Modifier and Type Method Description DescribeActivationsResponse.BuilderDescribeActivationsResponse.Builder. activationList(Activation... activationList)A list of activations for your Amazon Web Services account.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type Activation Modifier and Type Method Description DescribeActivationsResponse.BuilderDescribeActivationsResponse.Builder. activationList(Collection<Activation> activationList)A list of activations for your Amazon Web Services account. -
Uses of Activation in software.amazon.awssdk.services.ssm.paginators
Methods in software.amazon.awssdk.services.ssm.paginators that return types with arguments of type Activation Modifier and Type Method Description SdkIterable<Activation>DescribeActivationsIterable. activationList()Returns an iterable to iterate through the paginatedDescribeActivationsResponse.activationList()member.SdkPublisher<Activation>DescribeActivationsPublisher. activationList()Returns a publisher that can be used to get a stream of data.
-