Uses of Interface
software.amazon.awssdk.services.wellarchitected.model.ListLensSharesRequest.Builder
-
Packages that use ListLensSharesRequest.Builder Package Description software.amazon.awssdk.services.wellarchitected Well-Architected Tool software.amazon.awssdk.services.wellarchitected.model -
-
Uses of ListLensSharesRequest.Builder in software.amazon.awssdk.services.wellarchitected
Method parameters in software.amazon.awssdk.services.wellarchitected with type arguments of type ListLensSharesRequest.Builder Modifier and Type Method Description default CompletableFuture<ListLensSharesResponse>WellArchitectedAsyncClient. listLensShares(Consumer<ListLensSharesRequest.Builder> listLensSharesRequest)List the lens shares associated with the lens.default ListLensSharesResponseWellArchitectedClient. listLensShares(Consumer<ListLensSharesRequest.Builder> listLensSharesRequest)List the lens shares associated with the lens.default ListLensSharesPublisherWellArchitectedAsyncClient. listLensSharesPaginator(Consumer<ListLensSharesRequest.Builder> listLensSharesRequest)List the lens shares associated with the lens.default ListLensSharesIterableWellArchitectedClient. listLensSharesPaginator(Consumer<ListLensSharesRequest.Builder> listLensSharesRequest)List the lens shares associated with the lens. -
Uses of ListLensSharesRequest.Builder in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return ListLensSharesRequest.Builder Modifier and Type Method Description static ListLensSharesRequest.BuilderListLensSharesRequest. builder()ListLensSharesRequest.BuilderListLensSharesRequest.Builder. lensAlias(String lensAlias)Sets the value of the LensAlias property for this object.ListLensSharesRequest.BuilderListLensSharesRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return for this request.ListLensSharesRequest.BuilderListLensSharesRequest.Builder. nextToken(String nextToken)Sets the value of the NextToken property for this object.ListLensSharesRequest.BuilderListLensSharesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListLensSharesRequest.BuilderListLensSharesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListLensSharesRequest.BuilderListLensSharesRequest.Builder. sharedWithPrefix(String sharedWithPrefix)The Amazon Web Services account ID, organization ID, or organizational unit (OU) ID with which the lens is shared.ListLensSharesRequest.BuilderListLensSharesRequest.Builder. status(String status)Sets the value of the Status property for this object.ListLensSharesRequest.BuilderListLensSharesRequest.Builder. status(ShareStatus status)Sets the value of the Status property for this object.ListLensSharesRequest.BuilderListLensSharesRequest. toBuilder()Methods in software.amazon.awssdk.services.wellarchitected.model that return types with arguments of type ListLensSharesRequest.Builder Modifier and Type Method Description static Class<? extends ListLensSharesRequest.Builder>ListLensSharesRequest. serializableBuilderClass()
-