Uses of Interface
software.amazon.awssdk.services.resourceexplorer2.model.BatchGetViewRequest.Builder
-
Packages that use BatchGetViewRequest.Builder Package Description software.amazon.awssdk.services.resourceexplorer2 Amazon Web Services Resource Explorer is a resource search and discovery service.software.amazon.awssdk.services.resourceexplorer2.model -
-
Uses of BatchGetViewRequest.Builder in software.amazon.awssdk.services.resourceexplorer2
Method parameters in software.amazon.awssdk.services.resourceexplorer2 with type arguments of type BatchGetViewRequest.Builder Modifier and Type Method Description default CompletableFuture<BatchGetViewResponse>ResourceExplorer2AsyncClient. batchGetView(Consumer<BatchGetViewRequest.Builder> batchGetViewRequest)Retrieves details about a list of views.default BatchGetViewResponseResourceExplorer2Client. batchGetView(Consumer<BatchGetViewRequest.Builder> batchGetViewRequest)Retrieves details about a list of views. -
Uses of BatchGetViewRequest.Builder in software.amazon.awssdk.services.resourceexplorer2.model
Methods in software.amazon.awssdk.services.resourceexplorer2.model that return BatchGetViewRequest.Builder Modifier and Type Method Description static BatchGetViewRequest.BuilderBatchGetViewRequest. builder()BatchGetViewRequest.BuilderBatchGetViewRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchGetViewRequest.BuilderBatchGetViewRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchGetViewRequest.BuilderBatchGetViewRequest. toBuilder()BatchGetViewRequest.BuilderBatchGetViewRequest.Builder. viewArns(String... viewArns)A list of Amazon resource names (ARNs) that identify the views you want details for.BatchGetViewRequest.BuilderBatchGetViewRequest.Builder. viewArns(Collection<String> viewArns)A list of Amazon resource names (ARNs) that identify the views you want details for.Methods in software.amazon.awssdk.services.resourceexplorer2.model that return types with arguments of type BatchGetViewRequest.Builder Modifier and Type Method Description static Class<? extends BatchGetViewRequest.Builder>BatchGetViewRequest. serializableBuilderClass()
-