Uses of Interface
software.amazon.awssdk.services.resourceexplorer2.model.GetViewRequest.Builder
-
Packages that use GetViewRequest.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 GetViewRequest.Builder in software.amazon.awssdk.services.resourceexplorer2
Method parameters in software.amazon.awssdk.services.resourceexplorer2 with type arguments of type GetViewRequest.Builder Modifier and Type Method Description default CompletableFuture<GetViewResponse>ResourceExplorer2AsyncClient. getView(Consumer<GetViewRequest.Builder> getViewRequest)Retrieves details of the specified view.default GetViewResponseResourceExplorer2Client. getView(Consumer<GetViewRequest.Builder> getViewRequest)Retrieves details of the specified view. -
Uses of GetViewRequest.Builder in software.amazon.awssdk.services.resourceexplorer2.model
Methods in software.amazon.awssdk.services.resourceexplorer2.model that return GetViewRequest.Builder Modifier and Type Method Description static GetViewRequest.BuilderGetViewRequest. builder()GetViewRequest.BuilderGetViewRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetViewRequest.BuilderGetViewRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetViewRequest.BuilderGetViewRequest. toBuilder()GetViewRequest.BuilderGetViewRequest.Builder. viewArn(String viewArn)The Amazon resource name (ARN) of the view that you want information about.Methods in software.amazon.awssdk.services.resourceexplorer2.model that return types with arguments of type GetViewRequest.Builder Modifier and Type Method Description static Class<? extends GetViewRequest.Builder>GetViewRequest. serializableBuilderClass()
-