Uses of Interface
software.amazon.awssdk.services.resourceexplorer2.model.AssociateDefaultViewRequest.Builder
-
Packages that use AssociateDefaultViewRequest.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 AssociateDefaultViewRequest.Builder in software.amazon.awssdk.services.resourceexplorer2
Method parameters in software.amazon.awssdk.services.resourceexplorer2 with type arguments of type AssociateDefaultViewRequest.Builder Modifier and Type Method Description default CompletableFuture<AssociateDefaultViewResponse>ResourceExplorer2AsyncClient. associateDefaultView(Consumer<AssociateDefaultViewRequest.Builder> associateDefaultViewRequest)Sets the specified view as the default for the Amazon Web Services Region in which you call this operation.default AssociateDefaultViewResponseResourceExplorer2Client. associateDefaultView(Consumer<AssociateDefaultViewRequest.Builder> associateDefaultViewRequest)Sets the specified view as the default for the Amazon Web Services Region in which you call this operation. -
Uses of AssociateDefaultViewRequest.Builder in software.amazon.awssdk.services.resourceexplorer2.model
Methods in software.amazon.awssdk.services.resourceexplorer2.model that return AssociateDefaultViewRequest.Builder Modifier and Type Method Description static AssociateDefaultViewRequest.BuilderAssociateDefaultViewRequest. builder()AssociateDefaultViewRequest.BuilderAssociateDefaultViewRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociateDefaultViewRequest.BuilderAssociateDefaultViewRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AssociateDefaultViewRequest.BuilderAssociateDefaultViewRequest. toBuilder()AssociateDefaultViewRequest.BuilderAssociateDefaultViewRequest.Builder. viewArn(String viewArn)The Amazon resource name (ARN) of the view to set as the default for the Amazon Web Services Region and Amazon Web Services account in which you call this operation.Methods in software.amazon.awssdk.services.resourceexplorer2.model that return types with arguments of type AssociateDefaultViewRequest.Builder Modifier and Type Method Description static Class<? extends AssociateDefaultViewRequest.Builder>AssociateDefaultViewRequest. serializableBuilderClass()
-