Uses of Interface
software.amazon.awssdk.services.opsworkscm.model.AssociateNodeResponse.Builder
-
Packages that use AssociateNodeResponse.Builder Package Description software.amazon.awssdk.services.opsworkscm.model -
-
Uses of AssociateNodeResponse.Builder in software.amazon.awssdk.services.opsworkscm.model
Methods in software.amazon.awssdk.services.opsworkscm.model that return AssociateNodeResponse.Builder Modifier and Type Method Description static AssociateNodeResponse.BuilderAssociateNodeResponse. builder()AssociateNodeResponse.BuilderAssociateNodeResponse.Builder. nodeAssociationStatusToken(String nodeAssociationStatusToken)Contains a token which can be passed to theDescribeNodeAssociationStatusAPI call to get the status of the association request.AssociateNodeResponse.BuilderAssociateNodeResponse. toBuilder()Methods in software.amazon.awssdk.services.opsworkscm.model that return types with arguments of type AssociateNodeResponse.Builder Modifier and Type Method Description static Class<? extends AssociateNodeResponse.Builder>AssociateNodeResponse. serializableBuilderClass()
-