Uses of Interface
software.amazon.awssdk.services.wellarchitected.model.ListProfileSharesRequest.Builder
-
Packages that use ListProfileSharesRequest.Builder Package Description software.amazon.awssdk.services.wellarchitected Well-Architected Tool software.amazon.awssdk.services.wellarchitected.model -
-
Uses of ListProfileSharesRequest.Builder in software.amazon.awssdk.services.wellarchitected
Method parameters in software.amazon.awssdk.services.wellarchitected with type arguments of type ListProfileSharesRequest.Builder Modifier and Type Method Description default CompletableFuture<ListProfileSharesResponse>WellArchitectedAsyncClient. listProfileShares(Consumer<ListProfileSharesRequest.Builder> listProfileSharesRequest)List profile shares.default ListProfileSharesResponseWellArchitectedClient. listProfileShares(Consumer<ListProfileSharesRequest.Builder> listProfileSharesRequest)List profile shares.default ListProfileSharesPublisherWellArchitectedAsyncClient. listProfileSharesPaginator(Consumer<ListProfileSharesRequest.Builder> listProfileSharesRequest)List profile shares.default ListProfileSharesIterableWellArchitectedClient. listProfileSharesPaginator(Consumer<ListProfileSharesRequest.Builder> listProfileSharesRequest)List profile shares. -
Uses of ListProfileSharesRequest.Builder in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return ListProfileSharesRequest.Builder Modifier and Type Method Description static ListProfileSharesRequest.BuilderListProfileSharesRequest. builder()ListProfileSharesRequest.BuilderListProfileSharesRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return for this request.ListProfileSharesRequest.BuilderListProfileSharesRequest.Builder. nextToken(String nextToken)Sets the value of the NextToken property for this object.ListProfileSharesRequest.BuilderListProfileSharesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListProfileSharesRequest.BuilderListProfileSharesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListProfileSharesRequest.BuilderListProfileSharesRequest.Builder. profileArn(String profileArn)The profile ARN.ListProfileSharesRequest.BuilderListProfileSharesRequest.Builder. sharedWithPrefix(String sharedWithPrefix)The Amazon Web Services account ID, organization ID, or organizational unit (OU) ID with which the profile is shared.ListProfileSharesRequest.BuilderListProfileSharesRequest.Builder. status(String status)Sets the value of the Status property for this object.ListProfileSharesRequest.BuilderListProfileSharesRequest.Builder. status(ShareStatus status)Sets the value of the Status property for this object.ListProfileSharesRequest.BuilderListProfileSharesRequest. toBuilder()Methods in software.amazon.awssdk.services.wellarchitected.model that return types with arguments of type ListProfileSharesRequest.Builder Modifier and Type Method Description static Class<? extends ListProfileSharesRequest.Builder>ListProfileSharesRequest. serializableBuilderClass()
-