Uses of Interface
software.amazon.awssdk.services.wellarchitected.model.ListWorkloadSharesRequest.Builder
-
Packages that use ListWorkloadSharesRequest.Builder Package Description software.amazon.awssdk.services.wellarchitected Well-Architected Tool software.amazon.awssdk.services.wellarchitected.model -
-
Uses of ListWorkloadSharesRequest.Builder in software.amazon.awssdk.services.wellarchitected
Method parameters in software.amazon.awssdk.services.wellarchitected with type arguments of type ListWorkloadSharesRequest.Builder Modifier and Type Method Description default CompletableFuture<ListWorkloadSharesResponse>WellArchitectedAsyncClient. listWorkloadShares(Consumer<ListWorkloadSharesRequest.Builder> listWorkloadSharesRequest)List the workload shares associated with the workload.default ListWorkloadSharesResponseWellArchitectedClient. listWorkloadShares(Consumer<ListWorkloadSharesRequest.Builder> listWorkloadSharesRequest)List the workload shares associated with the workload.default ListWorkloadSharesPublisherWellArchitectedAsyncClient. listWorkloadSharesPaginator(Consumer<ListWorkloadSharesRequest.Builder> listWorkloadSharesRequest)List the workload shares associated with the workload.default ListWorkloadSharesIterableWellArchitectedClient. listWorkloadSharesPaginator(Consumer<ListWorkloadSharesRequest.Builder> listWorkloadSharesRequest)List the workload shares associated with the workload. -
Uses of ListWorkloadSharesRequest.Builder in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return ListWorkloadSharesRequest.Builder Modifier and Type Method Description static ListWorkloadSharesRequest.BuilderListWorkloadSharesRequest. builder()ListWorkloadSharesRequest.BuilderListWorkloadSharesRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return for this request.ListWorkloadSharesRequest.BuilderListWorkloadSharesRequest.Builder. nextToken(String nextToken)Sets the value of the NextToken property for this object.ListWorkloadSharesRequest.BuilderListWorkloadSharesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListWorkloadSharesRequest.BuilderListWorkloadSharesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListWorkloadSharesRequest.BuilderListWorkloadSharesRequest.Builder. sharedWithPrefix(String sharedWithPrefix)The Amazon Web Services account ID, organization ID, or organizational unit (OU) ID with which the workload is shared.ListWorkloadSharesRequest.BuilderListWorkloadSharesRequest.Builder. status(String status)Sets the value of the Status property for this object.ListWorkloadSharesRequest.BuilderListWorkloadSharesRequest.Builder. status(ShareStatus status)Sets the value of the Status property for this object.ListWorkloadSharesRequest.BuilderListWorkloadSharesRequest. toBuilder()ListWorkloadSharesRequest.BuilderListWorkloadSharesRequest.Builder. workloadId(String workloadId)Sets the value of the WorkloadId property for this object.Methods in software.amazon.awssdk.services.wellarchitected.model that return types with arguments of type ListWorkloadSharesRequest.Builder Modifier and Type Method Description static Class<? extends ListWorkloadSharesRequest.Builder>ListWorkloadSharesRequest. serializableBuilderClass()
-