Uses of Class
software.amazon.awssdk.services.ssoadmin.model.InstanceMetadata
-
Packages that use InstanceMetadata Package Description software.amazon.awssdk.services.ssoadmin.model software.amazon.awssdk.services.ssoadmin.paginators -
-
Uses of InstanceMetadata in software.amazon.awssdk.services.ssoadmin.model
Methods in software.amazon.awssdk.services.ssoadmin.model that return types with arguments of type InstanceMetadata Modifier and Type Method Description List<InstanceMetadata>ListInstancesResponse. instances()Lists the IAM Identity Center instances that the caller has access to.Methods in software.amazon.awssdk.services.ssoadmin.model with parameters of type InstanceMetadata Modifier and Type Method Description ListInstancesResponse.BuilderListInstancesResponse.Builder. instances(InstanceMetadata... instances)Lists the IAM Identity Center instances that the caller has access to.Method parameters in software.amazon.awssdk.services.ssoadmin.model with type arguments of type InstanceMetadata Modifier and Type Method Description ListInstancesResponse.BuilderListInstancesResponse.Builder. instances(Collection<InstanceMetadata> instances)Lists the IAM Identity Center instances that the caller has access to. -
Uses of InstanceMetadata in software.amazon.awssdk.services.ssoadmin.paginators
Methods in software.amazon.awssdk.services.ssoadmin.paginators that return types with arguments of type InstanceMetadata Modifier and Type Method Description SdkIterable<InstanceMetadata>ListInstancesIterable. instances()Returns an iterable to iterate through the paginatedListInstancesResponse.instances()member.SdkPublisher<InstanceMetadata>ListInstancesPublisher. instances()Returns a publisher that can be used to get a stream of data.
-