Uses of Class
software.amazon.awssdk.services.elasticbeanstalk.model.AssociateEnvironmentOperationsRoleResponse
-
Packages that use AssociateEnvironmentOperationsRoleResponse Package Description software.amazon.awssdk.services.elasticbeanstalk AWS Elastic Beanstalk -
-
Uses of AssociateEnvironmentOperationsRoleResponse in software.amazon.awssdk.services.elasticbeanstalk
Methods in software.amazon.awssdk.services.elasticbeanstalk that return AssociateEnvironmentOperationsRoleResponse Modifier and Type Method Description default AssociateEnvironmentOperationsRoleResponseElasticBeanstalkClient. associateEnvironmentOperationsRole(Consumer<AssociateEnvironmentOperationsRoleRequest.Builder> associateEnvironmentOperationsRoleRequest)Add or change the operations role used by an environment.default AssociateEnvironmentOperationsRoleResponseElasticBeanstalkClient. associateEnvironmentOperationsRole(AssociateEnvironmentOperationsRoleRequest associateEnvironmentOperationsRoleRequest)Add or change the operations role used by an environment.Methods in software.amazon.awssdk.services.elasticbeanstalk that return types with arguments of type AssociateEnvironmentOperationsRoleResponse Modifier and Type Method Description default CompletableFuture<AssociateEnvironmentOperationsRoleResponse>ElasticBeanstalkAsyncClient. associateEnvironmentOperationsRole(Consumer<AssociateEnvironmentOperationsRoleRequest.Builder> associateEnvironmentOperationsRoleRequest)Add or change the operations role used by an environment.default CompletableFuture<AssociateEnvironmentOperationsRoleResponse>ElasticBeanstalkAsyncClient. associateEnvironmentOperationsRole(AssociateEnvironmentOperationsRoleRequest associateEnvironmentOperationsRoleRequest)Add or change the operations role used by an environment.
-