Uses of Interface
software.amazon.awssdk.services.networkflowmonitor.model.CreateScopeResponse.Builder
-
Packages that use CreateScopeResponse.Builder Package Description software.amazon.awssdk.services.networkflowmonitor.model -
-
Uses of CreateScopeResponse.Builder in software.amazon.awssdk.services.networkflowmonitor.model
Methods in software.amazon.awssdk.services.networkflowmonitor.model that return CreateScopeResponse.Builder Modifier and Type Method Description static CreateScopeResponse.BuilderCreateScopeResponse. builder()CreateScopeResponse.BuilderCreateScopeResponse.Builder. scopeArn(String scopeArn)The Amazon Resource Name (ARN) of the scope.CreateScopeResponse.BuilderCreateScopeResponse.Builder. scopeId(String scopeId)The identifier for the scope that includes the resources you want to get metrics for.CreateScopeResponse.BuilderCreateScopeResponse.Builder. status(String status)The status for a call to create a scope.CreateScopeResponse.BuilderCreateScopeResponse.Builder. status(ScopeStatus status)The status for a call to create a scope.CreateScopeResponse.BuilderCreateScopeResponse.Builder. tags(Map<String,String> tags)The tags for a scope.CreateScopeResponse.BuilderCreateScopeResponse. toBuilder()Methods in software.amazon.awssdk.services.networkflowmonitor.model that return types with arguments of type CreateScopeResponse.Builder Modifier and Type Method Description static Class<? extends CreateScopeResponse.Builder>CreateScopeResponse. serializableBuilderClass()
-